@charset "UTF-8";

@font-face {
  font-family: "englishFont";
  src: url("../font/font.woff2") format("woff2"),
       url("../font/font.woff") format("woff"),
       url("../font/font.ttf") format("truetype"),
       url("../font/font.eot") format("embedded-opentype"),
       url("../font/") format("svg");
  font-weight: normal;
  font-style: normal;
}